.next-answer-in-iphonex {
    bottom: 105px !important;
}
.next-answer-infeed {
    position: fixed;
    transform: translate3d(0, 0, 0);
    bottom: 80px;
    right: 17px;
    width: 150px;
    height: 44px;
    box-sizing: border-box;
    border-radius: 22px;
    box-shadow: 0px 0px 6px 0px rgba(40, 51, 75, 0.4);
    transition: width .3s;
    overflow: hidden;
    background: #fff;
    white-space: nowrap;
    z-index: 99;
    background-image: linear-gradient(90deg, #ff5d23 0%, #ff8838 99%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.next-answer-infeed.fold {
    width: 44px;
}
.next-answer-infeed .next-answer-arrow {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-size: contain;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
}
.next-answer-infeed .next-answer-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}
.next-answer-infeed.fold .next-answer-arrow {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
}
.next-answer-infeed.fold .next-answer-text {
    display: none;
}